速報APP / 教育 / Learn Neo4j

Learn Neo4j

價格:免費

更新日期:2019-07-09

檔案大小:7.0M

目前版本:1

版本需求:Android 6.0 以上版本

官方網站:https://crow.academy

Email:pablo.triangle@gmail.com

聯絡地址:隱私權政策

Learn Neo4j(圖1)-速報App

Intro

What is a Graph Database

Nodes and Relationships

Match Nodes

Match Relationships

Learn Neo4j(圖2)-速報App

Queries - (Filters, Transform)

Where Clauses

Cypher Syntax for Neo4j

Comparison Operators

Boolean operators with paths

Learn Neo4j(圖3)-速報App

Strings Matching with REGEX

Transform Result (ORDER BY, LIMIT, SKIP ADS)

Queries - Aggregation

Removing Duplicates with Distinct

Aggregation Functions

Learn Neo4j(圖4)-速報App

COUNT

AVG

SUM

MIN

MAX

Learn Neo4j(圖5)-速報App

String Functions

CREATE

Nodes, Relationships

Adding to Existing Data

DELETE

Learn Neo4j(圖6)-速報App

Deleting nodes, relationships

UPDATE

SET properties, labels

REMOVE properties, labels

MERGE

Learn Neo4j(圖7)-速報App

On Create Set

On Match Set

Learn Neo4j(圖8)-速報App